public void drawCloud( PDFPen pen, PDFBrush brush, PDFPoint[] polygon, double radius, double extension, boolean niceCorners ) |
Parameters
- pen
- The pen that determines the color, width, and style of the curve.
- brush
- The brush for filling the cloud interior.
- polygon
- Array of points in clockwise order that define the polygon.
- radius
- Radius of the arcs that compose the cloud.
- extension
- Angle in degrees to extend the cloud arcs.
- niceCorners
- True if the arcs should be distributed evenly so that the corners are looking nice.